*{
    padding: 0;
    margin: 0;
    border: 0;
}
html,body{
    
    color: #333;
}
body{
    background: #F5F5F5;
    /* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6,p,span,em,i{
    color: #333;
}
ul,ol,li{
    list-style: none;
}
a,a:link,a:active,a:visited{
    color: #191919;
    text-decoration: none;
}
a:hover{
    color: #d61518;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
input, button{
    background: transparent;
    border: 0;
}
textarea{
    resize:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #999;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #999;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #999;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #999;   
}
img{
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}
/* ======================= 公用 Start ====================== */
.container{
    margin: 10px auto 40px auto;
    overflow: hidden;
}
.index-container{
    margin-top: 138px;
}
.content{
    width: 1180px;
    margin: 0 auto;
}
.left-container{
    padding-right: 10px;
}
.right-container{
    padding-left: 10px;
}
/* .page-layout,.secondPgae-layout{
    margin-top: 80px;
} */
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    clear: both;
}
.img-hover{
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.img-hover:hover{
    transform: scale(1.1);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.img-full{
    width: 100%;
}
.log_clear_float::after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}
/* 栏目标题样式 */
.column-title{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    
}
.column-title .more-link{
    float: right;
    width: 22px;
    height: 22px;
    margin-top: 14px;
    line-height: 18px;
    text-align: center;
    background: #ddd;
    border-radius: 100%;
}
.column-title .more-link:hover{
    background: #d61518;
}
.column-title .more-link i{
    color: #fff;
}
.column-title .more-link-txt{
    float: right;
    font-size: 16px;
    font-weight: normal;
    
    color:rgba(0,0,0,1);
}
.r-column-title{
    margin: 16px 16px;
}
.r-column-title span{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 1px;
    border-bottom: 2.5px solid #d61518;
}
.r-column-title span i{
    position: relative;
    display: inline-block;
    top: 5px;
    width: 5px;
    height: 25px;
    margin-right: 10px;
    background: #d61518;
}
.r-column-title a{
    float: right;
    font-size: 15px;
    color: #000;
}

.index-column-title{
    margin: 16px 0px;
}
.index-column-title span{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 1px;
    border-bottom: 2.5px solid #d61518;
}
.index-column-title span i{
    position: relative;
    display: inline-block;
    top: 5px;
    width: 5px;
    height: 25px;
    margin-right: 10px;
    background: #d61518;
}
.index-column-title a{
    float: right;
    font-size: 15px;
    color: #000;
}

.column-icon{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/column_icon.png) no-repeat;
}
.column-icon.icon-zixun{
    top: 8px;
    background-position: -3px 0;
}
.column-icon.icon-rongzi{
    top: 5px;
    background-position: -48px 0;
}
.column-icon.icon-huodong{
    top: 5px;
    background-position: -95px 0;
}
.column-icon.icon-yanjiu{
    top: 5px;
    background-position: -140px 0;
}
.column-icon.icon-tv{
    top: 5px;
    background-position: -185px 0;
}
.column-icon.icon-zhuanlan{
    top: 5px;
    background-position: -235px 0;
}
.column-icon.icon-zssq{
    top: 5px;
    background-position: -280px 0;
}
.column-icon.icon-luntan{
    top: 5px;
    background-position: -328px 0;
}
.column-icon.icon-cangchu{
    top: 5px;
    background-position: -367px 0;
}
.column-icon.icon-gongyinglian{
    top: 5px;
    background-position: -410px 0;
}
.column-icon.icon-yunshu{
    top: 4px;
    background-position: -455px 0;
}

/* 区域滚动条样式 */
#scrollMain::-webkit-scrollbar{
    width:5px;
    height:10px;
}
#scrollMain::-webkit-scrollbar-button{
    display: none;
}
#scrollMain::-webkit-scrollbar-track{
    background: #fff;
}
#scrollMain::-webkit-scrollbar-track-piece{
    background: #fff;
}
#scrollMain::-webkit-scrollbar-thumb{
    background: #ededed;
    border-radius: 5px;
}
#scrollMain{  
    scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #ddd; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #fff; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #fff; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #fff; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #fff; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #fff; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/   
}

/* 分页 */
.pagination{
    margin-top: 40px;
    text-align: center;
}
.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ededed;
}
.pagination a:hover{
    color: #fff;
    background: #d61518;
}
.pagination a:hover i{
    color: #fff;
}
.pagination .page-first,.pagination .page-last{
    padding: 0 10px;
}
.pagination .pagelist{
    display: inline-block;
}
.pagination li{
    display: inline-block;
}
.pagination li.on a{
    color: #fff;
    background: #d61518;
}

/* 加载更多 */
.m-load-more{
    display: none;
    height: 40px;
    margin: 0 1px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #f5f5f5;
    clear: both;
}

/* 面包屑导航 */
.breadcrumbs{
    padding: 35px 0px 16px 0px;
}

.breadcrumbs a{
    display: inline-block;
    font-size: 14px;
    color: #4A4A4A;
    
}
.breadcrumbs a:hover{
    color: #d61518;
}
.breadcrumbs i{
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    color: #ccc;
}

/* sub banner */
.sub-banner{
    margin-bottom: 20px;
}

.article-cont ul li {
    list-style: inside;
}

.article-cont li p {
    display: inline;
}
.article-cont ol li {
    list-style: decimal;
}

.article-cont ol {
    padding-left: 16px;
}
/* ======================= 公用 End ====================== */


/* ======================= Head Start ====================== */
.header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #d61518;
    z-index:99;
}
.header .layui-container{
    position: static;
}
.header .layui-container-menu{
    position: static!important;
}
.header .content{
    overflow: hidden;
}

/* Logo */
.logo{
    float: left;
}
.logo img{
    width: 162px;
    height: 60px;
    vertical-align: middle;
}

/* 导航 */
.nav{
    height: 68px;
    font-size: 0;
}
.nav li{
    display: inline-block;
}
.nav li a{
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
}
.nav li a .layui-icon{
    margin-left: 5px;
    color: #fff;
}
.nav li a .dot{
    display: none;
    position: absolute;
    bottom: -10px;
    left: 30%;
    line-height: normal;
    transform: rotate(180deg);
}
.sub-nav{
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    height: auto;
    line-height: auto;
    background: #fff;
    padding-bottom: 25px;
}
.subNav{
    margin-top: 68px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-bottom: 1px solid #ededed;
}
.subNav-list{
    font-size: 0;
}
.sub-nav-list li,.subNav li{
    margin-left: 0;
}
.sub-nav-list li,.subNav-list li{
    display: inline-block;
}
.sub-nav-list li a,.subNav-list li a{
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #333;
}
.sub-nav-list li a, .subNav-list li a {
    padding-left: 0px !important;
}
.sub-nav-list li a:hover,.subNav-list li a:hover{
    color: #fff;
    background: #d61518;
    border-radius: 5px;
}
/*.nav > li:hover a .dot{
    display: block;
}
.nav > li:hover .sub-nav{
    display: block;
}*/
.nav li.on a .dot{
    display: block;
}
.nav li.on .sub-nav{
    display: block;
}
.m-nav-box{
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
}
.m-nav-open{
    font-size: 20px;
    color: #fff;
}
.m-nav-close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    line-height: initial;
    z-index: 1000;
}
.m-nav{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(0,0,0,.8);
}
.m-nav-list{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    padding-top: 50px;
    background: #333;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
}
.m-nav-list > li{
    position: relative;
    padding: 0 15px;
    text-align: center;
    border-top: 1px solid #555;
}
.m-nav-list > li > a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.m-nav-list li i{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.m-sub-nav{
    display: none;
    margin: 0 -15px;
    background: #000;
}
.m-sub-nav li{
    display: block;
    margin: 0;
    text-align: center;
}
.m-sub-nav li a{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/* 搜索 */
.search-box{
    width: 90px;
    height: 30px;
    padding: 0 10px;
    margin-top: 20px;
    line-height: 38px;
    background: url(/public/static/front/images/new_home/search.png) no-repeat;
    background-size: contain;
}
.search-box input{
    color:white;
    width: 59px;
    font-size: 16px;
}
.search-box{
    float: left;
    line-height: 38px;
}
.search-box>form{
    width: 100%;
    height: 100%;
    line-height: initial;
    text-align: right;
}
.search-box>form>input{
    color: #FFFFFF;
    width: 70px;
    font-size: 16px;
    height: 28px;
}
.search-div{
    width: 100%;
    text-align: right;
    position: relative;
}
.search-div input{
    width: 70%;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid;
    padding: 0 10px;
    border-radius: 50px;
    border: 1px solid #ffffff;
}
.search-div i{
    color: white;
    font-size: 20px;
    display: inline-block;
}
.search-div ul{
    position: absolute;
    width: 70%;
    text-align: left;
    margin-left: 24%;
    top: 68px;
    box-shadow:6px 5px 8px 3px #ECECEC;
    display: none;
}
.search-div li{
    background-color: #FFFEFE;
    font-size: 18px;
    color: #4C4545;
    line-height:25px;
    font-weight:500;
    padding: 10px 20px;
}
.search-btn{
    opacity:0;
    /*visibility:hidden;占位隐藏*/
    background: #d61518;
}
.search-box .layui-icon{
    font-size: 24px;
    color: #d61518;
}
.m-search-switch{
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 20px;
    color: #fff;
}
.m-search-box{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
}
.m-search-box input{
    width: 80%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    background: #eee;
    border-radius: 30px;
}
.m-search-btn{
    display: block;
    width: 80px;
    height: 30px;
    margin: 10px auto 0 auto;
    color: #fff;
    line-height: 30px;
    background: #d61518;
    border-radius: 5px;
}

/* 未登录用户中心入口 */
.user-link{
    margin-left: 20px;
}
.user-link .layui-icon{
    font-size: 28px;
    color: #fff;
}
.m-user-link{
    display: none;
    position: absolute;
    top: 0;
    left: 45px;
}
.m-user-link .layui-icon{
    font-size: 20px;
    color: #fff;
}

/* 已登录用户中心入口 */
.head-user{
    position: relative;
    height: 68px;
}
.head-user .user-avatar{
    display: block;
    width: 32px;
    height: 32px;
    margin: 19px 0 0 20px;
    line-height: initial;
    overflow: hidden;
    border-radius: 100%;
}
.head-user-nav{
    display: none;
    position: absolute;
    top: 68px;
    right: -20px;
    text-align: center;
    padding-top: 15px;
    /* border: 1px solid #ededed; */
}
.head-user-nav li{
    height: 40px;
    line-height: 40px;
}
.head-user-nav li a{
    display: block;
    padding: 0 15px;
}
.head-user-nav li a:hover{
    color: #d61518;
}
.head-user:hover .head-user-nav{
    display: block;
}
.m-head-user{
    display: none;
    position: absolute;
    top: 0;
    left: 45px;
    height: 50px;
}
.m-head-user .m-user-avatar{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    line-height: initial;
    border-radius: 100%;
    overflow: hidden;
}
.m-head-user .m-head-user-nav{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100px;
    text-align: center;
    background: #fff;
    z-index: 10;
    border: 1px solid #ededed;
}
.m-head-user .m-head-user-nav li a{
    display: block;
    height: 40px;
    line-height: 40px;
}
.m-head-user:hover .m-head-user-nav{
    display: block;
}

/* ======================= Head End ====================== */


@media screen and (max-width: 1700px){
    .logo{
        width: 12%;
    }
}
@media screen and (max-width: 1200px){
    .logo{
        display: none;
    }
}
@media screen and (max-width: 1100px){
    .logo{
        display: none;
    }
}
@media screen and (max-width: 1540px){
    .head-right-im {
        display: none;
    }
}
@media screen and (min-width: 768px){
    .sub-content{
        width: 750px;
    }
}
@media screen and (min-width: 992px){
    .sub-content{
        width: 970px;
    }
}


@media screen and (min-width: 1200px){
    .logo {
        display: none;
    }
    .sub-content{
        width: 1170px;
    }
}
@media screen and (min-width: 1200px){
    .logo {
        display: unset;
    }
}

@media screen and (min-width: 1360px){
    .layui-container{
        width: 1180px;
    }
    .layui-container-menu{
        width: 1350px!important;
    }
    .sub-content{
        width: 1180px;
    }
}

@media screen and (min-width: 1200px){
    .container{
        min-height: 538px;
    }
    .sub-content {
        padding-left: 4%;
    }
    .layui-container {
        width: 1180px;
    }
    .layui-container-menu {
        width: 1220px!important
    }
}


@media screen and (min-width: 1250px){
    .sub-content {
        padding-left: 6%;
    }
}

@media screen and (min-width: 1290px){
    .sub-content {
        padding-left: 8%;
    }
}

@media screen and (min-width: 1350px){
    .sub-content {
        padding-left: 9%;
    }
}

@media screen and (min-width: 1390px){
    .sub-content {
        padding-left: 10%;
    }
}

@media screen and (min-width: 1450px){
    .sub-content {
        padding-left: 12%;
    }
}


@media screen and (min-width: 1498px){
    .sub-content {
        padding-left: 13%;
    }
}
@media screen and (min-width: 1501px){
    .sub-content {
        padding-left: 14%;
    }
}

@media screen and (min-width: 1590px){
    .sub-content {
        padding-left: 15%;
    }
}

@media screen and (min-width: 1650px){
    .sub-content {
        padding-left: 16%;
    }
}
@media screen and (min-width: 1700px){
    .sub-content {
        padding-left: 17%;
    }
}

@media screen and (min-width: 1758px){
    .sub-content {
        padding-left: 18%;
    }
}

@media screen and (min-width: 1800px){
    .sub-content {
        padding-left: 19%;
    }
}

@media screen and (min-width: 1850px){
    .sub-content {
        padding-left: 20%;
    }
}
@media screen and (min-width: 1898px){
    .sub-content {
        padding-left: 20.5%;
    }
}

@media screen and (min-width: 1900px){
    .sub-content {
        padding-left: 21%;
    }
}

@media screen and (max-width: 768px){
    .left-container{
        padding-right: 0;
    }
    .right-container{
        padding-left: 0;
        margin-top: 20px;
    }
    .pagination{
        display: none;
    }
    .m-load-more{
        display: block;
    }
    .breadcrumbs {
        padding: 0px 0px 16px 0px;
    }
}
@media screen and (max-width: 1200px){
    .container{
        margin-top: 70px;
    }
    .secondPgae-layout,.page-layout{
        margin-top: 20px;
    }
    .header{
        height: 50px;
        line-height: 50px;
    }
    .header .layui-container{
        position: relative;
    }
    .header .layui-container-menu{
        position: relative!important;
    }
    .logo{
        float: none ;
        text-align: center;
    }
    .logo img{
        width: 100px;
        height: auto;
    }
    .nav{
        display: none;
    }
    .m-nav-box{
        display: block;
    }
    .head-right{
        display: none;
    }
    .m-search-switch{
        display: block;
    }
    .m-user-link{
        display: block;
    }
    .subNav{
        height: 35px;
        line-height: 35px;
        margin-top: 50px;
    }
    .subNav-list{
        white-space: nowrap;
        overflow-x: auto;
    }
    .subNav-list li a{
        height: 35px;
        padding: 0;
        margin: 0;
        line-height: 35px;
        font-size: 14px;
    }
    .subNav-list li a:hover{
        color: #d61518;
        background: transparent;
    }
    .head-user{
        display: none;
    }
    .m-head-user{
        display: block;
    }
}
@media screen and (max-width: 600px){
    body{
        background: transparent;
    }
    .secondPgae-layout.container{
        margin-top: 20px;
    }
    .footer-cont{
        text-align: center;
        display: inherit;
        padding-top: 14px;
        padding-bottom: 25px;
        overflow: hidden;
        background-color: #333;
    }
    .footer-left{
        float: none;
        width: 100%;
        margin: 0;
    }
    .footer-copyright {
        font-size: 14px;
        color: #999;
    }
    .footer-code{
        float: none;
        margin: 15px auto 0 auto;
    }
    .footer-quick-links li {
        display: inline-block;
        font-size: 20px;
        padding: 1% 2%;
    }
    .footer-quick-links li a{
        font-size: 14px;
        color: #999;
    }
    .right-container{
        display: none;
    }
    #author_name {
        max-width: 80px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
    }
    .release_time{
        vertical-align: middle;
    }
}
.search-box.fl.headbar_nav_div input{
    -webkit-appearance:none;font-size: 12px;height: 30px;line-height: 30px;text-indent: 7px;
}
body, body * {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
}